runtime.timeHistogram.overflow (field)

3 uses

	runtime (current package)
		histogram.go#L96: 	overflow atomic.Uint64
		histogram.go#L129: 		h.overflow.Add(1)
		histogram.go#L147: 	hist.counts[len(hist.counts)-1] = h.overflow.Load()